body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
  p {
    font-size: medium;
  }
  p.copy { font-size: inherit; }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #800000;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #946349;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #946349;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }

/* end navigation */

/* start home */       
#home
    {
        /* background: url('../img/home-bg.jpg') no-repeat;
        background-size: cover; */
        color: #fff;
        margin-top: 70px;
        text-align: center;
        width: 100%;
        position: relative;
    }
#home .over {
    background: url('../img/home-bg.jpg') no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    filter: brightness(40%) blur(6px);
}
.langs {
    position: absolute;
    left:0;
    top: 0;
    font-size: smaller;
    background-color: rgba(0,0,0,.4);
    padding: 9px 0;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
}
.langs a {
    color: rgb(180, 180, 180);
}
.langs a:hover {
    text-decoration: none;
    color: #fff;
}

#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start sobre */
#sobre
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#sobre p
    {
        padding-top: 10px;
    }
#sobre span
    {
        float: left;
    }
/*#sobre .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }*/
/* end sobre */

/* start sobre1 */
#sobre1
    {
        padding-top: 42px;
        padding-bottom: 42px;
        background-color: #e2dcdc;
    }
#sobre1 p
    {
        padding-top: 10px;
    }
#sobre1 span
    {
        float: left;
    }
#sobre1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start vagas */
#vagas
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#vagas h2
    {
        padding-bottom: 20px;
    }
#vagas .fa
    {
        background: #800000;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 5px;
    }
#vagas .btn
{
    border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}
/* end vagas */

/* start contratar */
#contratar
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contratar h2
    {
        padding-bottom: 20px;
    }
/* end contratar */

/* start contato */
#contato
    {
        background: url('../img/contato-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contato h2
    {
        padding-bottom: 10px;
    }
#contato address
    {
        padding-top: 20px;
    }
#contato address .fa
    {
        background: #800000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contato address a {
    color: #FFF;
}
#contato .contact-form,#contratar .contact-form
    {
        padding-top: 40px;
    }
#contato .form-control,#contratar .form-control
    {
        border: none;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contato input,#contratar input
    {
        height: 50px;
    }
#curriculo .form-control {
    height: 40px;
    margin-bottom: 12px;
}
#contato input[type="submit"],#contratar input[type="submit"]
    {
        background: #808000;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contato input[type="submit"]:hover {
    background: #555500;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding-top: 12px;
        font-size: 1.3rem;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .donahele-box {
        margin-bottom: 30px;
    }
    #vagas .active {
        bottom: 0;
    }
    .vagas {
        margin-bottom: 20px;
    }
    #sobre img, #contratar img {
        margin-top: 30px;
    }
    #sobre1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #sobre, #vagas, #contratar {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contato .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

.form-erro { border: rgb(116, 6, 6) 1px solid !important; background: rgba(255, 252, 100, 0.1) }
#jqueryEasyOverlayDiv { position: absolute; background: rgba(0, 0, 0, 0.15); z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; }
#jqueryOverlayLoad { position: absolute; top: 46%; left: 46%; }